<style>


{ margin: 0; padding: 0; }

html { 
        background-color: #394D3A;
}
p, ul, td {
	font-family: Arial, Helvetica, sans-serif ;
}
textarea#minStil {
	width: 450px;
	height: 100px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-position: bottom right;
	background-repeat: no-repeat;
}

h1 {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 2em ;
	text-align: center ;
	color : #D5702B;
}
h2 {
	font-family: Arial, Helvetica, sans-serif ;
	text-align: center ;
	font-size: 1.4em ;
	color: #D5702B ;
}
h3 {
	font-family: Arial, Helvetica, sans-serif ;
	text-align: center ;
	font-size: 1.1em ;
	color: #D5702B ;
}

.clickme {
    background-color: #F4C430;
    width:80%;
    max-width:800px;
    padding: 20px;
    margin: 20px;
    display: inline-block;
    text-decoration:none;
    font-weight:bold;
    border-radius:20px;
    cursor:pointer;
    border:  1px solid black;
}

.clickme:hover {
    background-color: #D5702B;
    color: #FF0;
}

a.clickme:link
{
   color: #000;
   text-decoration: none;
}
a.clickme:visited
{
   color: #000;
   text-decoration: none;
}
a.clickme:hover
{
   color: #000;
   text-decoration: none;
}
a.clickme:active
{
   color: #000;
   text-decoration: none;
}


div.mainbody {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 1.1em ;
	width: 950px ;
	margin-left: auto ;
	margin-right: auto ;
	padding: 10px ;
	background-color: white ;
	color: black ;
	border: 1px solid black ;
}
div.imgbody {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 1.1em ;
	margin-left: auto ;
	margin-right: auto ;
	padding: 10px ;
	background-color: white ;
	color: black ;
	border: 1px solid black ;
  text-align: center;
}
div.smalltext {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 0.6em ;
}
img.me_img {float:right; margin:0 0 1em 1em}
}


.myCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}




</style>